@charset "utf-8";
/* CSS Document */

.header{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height:90px;
    font-size: 14px;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 99999;
	background:rgba(255,255,255,0.8);
	box-shadow:0px 2px 5px rgba(0,0,0,0.1)
}

.header .logo {
    float: left;
}

.header .logo a{
	display: block;
	padding: 10px 0 0 20%;
	width: auto;
    height: 68px;
}

.header .moblie-logo{
    float: left;
	display: none;
	padding: 5px 0 0 10px;
}

.header .moblie-logo>a,
.header .moblie-logo>a img {
	display: block;
    height: 40px;
    max-width: 180px;
}


.header .logo img {
	height: 68px;
    transform: scale(1, 1);
    transition: all 0.3s  ease;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header .nav{
	float: right;
	margin-top: -1px;
}

.header .moblie-nav{
	display: none;
}

.header .nav li.navitem{
	position: relative;
	float: left;
	transition: all 0.4s ease-out 0s;
    padding: 0 26px;
    height: 90px;
    line-height: 90px;
}

.header .nav li.navitem>a{
    color: #fff;
    transition: none ease-out .3s;
    -webkit-transition-property: color, background, text-indent, opacity;
    -moz-transition-property: color, background, text-indent, opacity;
    -ms-transition-property: color, background, text-indent, opacity;
    -o-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
}


.header .nav li.navitem>a.active,
.header .nav li.navitem:hover>a{
    color: #007bc6;
}

.header .nav li.navitem>a {
    color: #333;
	font-size:18px;
}

.header .nav li.navitem>a::after {
    content: '';
    display: block;
    margin-top: -3px;
    width: 30%;
    height: 3px;
    background: transparent;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header .nav li.navitem>a.active::after {
    width: 100%;
    background: #007bc6;
}

.header .nav li.navitem:hover>a::after {
    width: 100%;
    background: #007bc6;
}

.icon-angle-down {
	display: inline;
    margin-left: 10px;
}

.header .nav li.navitem ul.subnav {
    transition: all 0.3s ease-out 0s;
    position: absolute;
    border-top: #838383 3px solid;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    width: 192px;
    background: #fff;
    border: 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    top: 90px;
    left: 50%;
    margin-left: -86px;
}

.header .nav li.navitem ul.subnav li {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.header .nav li.navitem ul.subnav li a{
	display: block;
	width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding: 14px 0;
	text-align: center;
    background: none;
    -webkit-transition: none ease-out .3s;
    -moz-transition: none ease-out .3s;
    -ms-transition: none ease-out .3s;
    -o-transition: none ease-out .3s;
    transition: none ease-out .3s;
    -webkit-transition-property: color, background, text-indent, opacity;
    -moz-transition-property: color, background, text-indent, opacity;
    -ms-transition-property: color, background, text-indent, opacity;
    -o-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
}

.header .nav li.navitem ul.subnav li a:hover{
	background-color: #FFB619;
	color: #fff;
}

.header .nav li.navitem:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}


.header.mini {
	z-index: 99999;
	/*background: #fff;
    background: rgba(255, 255, 255, 1);*/
    padding-top: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.moblie-nav-btn{
	float: right;
	padding: 10px;	
	display: none;
	cursor: pointer;
}

.moblie-nav-btn .inner{
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.moblie-nav-btn span.moblie-nav-bar{
	position: absolute;
	width: 30px;
    height: 1px;
    background: #666;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.moblie-nav-btn span.moblie-nav-bar1{
	left: 1;
	top: 10px;
}
.moblie-nav-btn span.moblie-nav-bar2{
	left: 1;
	top: 21px;
}

body.open .moblie-nav-btn .inner{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

body.open .moblie-nav-btn span.moblie-nav-bar1{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
}

body.open .moblie-nav-btn span.moblie-nav-bar2{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
}




.footer{
	background: #213752;
}

.footer .contact{
	padding: 72px 0 62px;
}

.footer .footer-header{
	float: left;
	width: 18%;
	color: #fff;
}

.footer .footer-header .p1{
	font-size: 24px;
	margin-bottom: 4px;
}

.footer .footer-header .p2{
	font-size: 12px;
	color: #c1c1c1;
}

.footer .footer-guanzhu{
	float: right;
	width: 20%;
}

.footer .footer-guanzhu .p1{
	font-size: 16px;
	color: #b9c0c8;
	margin-bottom: 36px;
}

.footer .footer-guanzhu .fenxiang a{
	position: relative;
	float: left;
	display: block;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    margin-right: 10px;
    font-size: 0;
    color: rgba(255, 255, 255, .3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: none !important;
	background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 0 0 0 30px !important;
    margin: 0 10px 0 0 !important;
}

.footer .footer-guanzhu .fenxiang a i{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	line-height: 30px !important;
	text-align: center;
	background: none !important;
}

.footer .footer-guanzhu .fenxiang a.share-sinaWb i,
.footer .footer-guanzhu .fenxiang a.share-weixin i{
	font-size: 20px;
}

.footer .footer-guanzhu .fenxiang a.share-qqIm i{
	font-size: 18px;
}

.footer .footer-guanzhu .fenxiang a:hover{
	background-color: #2495e4 !important;
    border: 2px solid #2495e4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
}



.footer .footer-body{
	float: right;
	width: 62%;
}

.footer .footer-body dl dt,
.footer .footer-body dl dd{
	float: left;
}

.footer .footer-body dl dt{
	width: 100%;
	font-size: 16px;
	color: #b9c0c8;
	margin-bottom: 36px;
}

.footer .footer-body dl dt a{
	font-size: 16px;
	color: #b9c0c8;
}

.footer .footer-body dl dd{
	width: 50%;
	line-height: 32px;
	font-size: 12px;
	color: #5f6f82;
}

.footer .footer-body dl dd a{
	font-size: 12px;
	color: #5F6F82;
	font-family: "microsoft yahei"
}

.footer .banquan{
	height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #8e8e8e;
    background: #fff;
}



















.header .moblie-nav{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 240px;
	right: -240px;
	background: #fff;
	overflow: auto;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header .moblie-nav li.item{
	position: relative;
	float: none;
	transition: all 0.4s ease-out 0s;
    padding: 0;
    height: auto;
    line-height: none;
}

.header .moblie-nav li.item>a{
	display: block;
    height: 50px;
    line-height: 50px;
    color: #888;
    padding: 0 25px;
}

.header .moblie-nav li.item>a.active{
    color: #fff;
    background: #2495e4;
}

.header .moblie-nav li.item>a.active .btn-icon i{
	background: #fff;
}

.header .moblie-nav li.item>a {
    color: #666;
}

.header .moblie-nav li.item>a::after {
    display: none;
}

.header .moblie-nav li.item>a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: #D8D8D8 1px solid;
    border-radius: 5px;
    margin-right: 15px; 
}

.header .moblie-nav li.item>a.active::before {
    background: #fff;
}

.header .moblie-nav li.item:hover>a::after {
    width: 100%;
    background: #213752;
}


.header .moblie-nav li.item ul.item-list {
	display: none;
}

.header .moblie-nav li.item ul.item-list li {
    border-bottom: 1px solid #fff;
    background: #ebebeb;
}

.header .moblie-nav li.item ul.item-list li a{
	display: block;
    height: 50px;
    line-height: 50px;
    color: #888;
    padding: 0 25px;
    font-size: 12px;
}

.header .moblie-nav li.item ul.item-list li a i{
	margin: 0 21px 0 4px;
}

.header .moblie-nav li.item ul.subnav li a:hover{
	background-color: #f5f5f5;
	color: #000;
}

.header .moblie-nav li.item:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}


.header .moblie-nav .btn-icon{
	width: 12px;
    height: 12px;
    position: relative;
    float: right;
    top: 19px;
}

.header .moblie-nav .btn-icon i{
	position: absolute;
	background: #474747;
}

.header .moblie-nav .btn-icon i.line1{
	width: 12px;
	height: 2px;
	top: 5px;
	left: 0;
}

.header .moblie-nav .btn-icon i.line2{
	width: 2px;
	height: 12px;
	top: 0;
	left: 5px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header .moblie-nav li.itemActive .btn-icon i.line2{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


body.open{
    overflow: hidden
}

body .wrap{
	position: relative;
	right: 0;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

body.open .wrap{
	z-index: 999;
	right: 240px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);   
}

body.open .header{
	right: 240px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


body.open .header .moblie-nav{
	right: 0;
}


.header.mini .nav li.navitem>a {
    color: #666;
}
.header.mini {
    background: rgba(255,255,255,0.8);
}
.header .logo a img.mini-pc-logo{ display:none;}
.header.mini .logo a img.mini-pc-logo{ display:block;}
.header.mini .logo a img.pc-logo{ display:none;}



@media only screen and (max-width: 1199px) {
	.header{
		height:50px;
	}
	.header .moblie-logo{
		display: block;
	}
	.header .logo{
		display: none;
	}
	.header .moblie-logo a img.mini-m-logo{ display:none;}
	.header.mini .moblie-logo a img.mini-m-logo{ display:block;}
	.header.mini .moblie-logo a img.m-logo{ display:none;}
	.header .nav{
		display: none;
	}
	.header .moblie-nav{
		display: block;
	}
	.moblie-nav-btn{
		display: block;
	}
	
	.header .nav li.navitem{ padding:0 15px;}
}